net/http.socksUsernamePassword.Username (field)
6 uses
net/http (current package)
socks_bundle.go#L437: Username string
socks_bundle.go#L448: if len(up.Username) == 0 || len(up.Username) > 255 || len(up.Password) > 255 {
socks_bundle.go#L452: b = append(b, byte(len(up.Username)))
socks_bundle.go#L453: b = append(b, up.Username...)
transport.go#L1753: Username: u.Username(),
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |